ADB Device Handlers
The ADB Manager automatically polls for input from connected ADB devices and passes any data received from a device to the device's device handler. ADB device handlers are responsible for processing all input from ADB devices (except for commands sent to an ADB device usingADBOp
or commands sent by the ADB Manager during address resolution).
Subtopics
- MyDeviceHandler